home *** CD-ROM | disk | FTP | other *** search
/ Amiga Collections: Scope / Scope Disk #048 (199x)(Scope PD)(US)[WB].zip / Scope Disk #048 (199x)(Scope PD)(US)[WB].adf / DST11 / DSTiny.DOC < prev    next >
Text File  |  1989-01-11  |  4KB  |  115 lines

  1.             Disk Storage Tiny 1.10   By: Khalid Aldoseri.
  2.             ---------------------------------------------
  3.  
  4.  
  5.     This is a tiny version of 'Disk Storage' also by the same author.
  6.  
  7.             
  8.     This is a small program that will run from either the WB or CLI.
  9. It will display a list of ALL currently mounted devices, including hard disk
  10. partitions on the Workbench screen, i.e. it does not have its own window,
  11. so you have no way of communicating with it.  That also means that it
  12. takes very little memory (no chip mem at all) and very little processor time.  
  13. The display looks something like this:
  14.  
  15.  
  16.              12:04 12/18/1988
  17.  
  18.         Name:   Used   Free   Size
  19.     
  20.         DF0:   15.4%     10    837
  21.         DF1:    1.9%    129*   837
  22.         DF2:   - No Disk Present -
  23.         DH0:   33.9%   6742  19864
  24.         DH1:   56.6%   1118  19734
  25.     
  26.         --CHIP-- --FAST-- --TOTAL-
  27.          344176   1412104  1756280
  28.  
  29.          RAM Disk Size:      34 k
  30.  
  31.  
  32.  
  33.     Description of columns:
  34.  
  35.     Name :   Name of Device.
  36.     Used :   Gives the percentage 'disk full'.
  37.     Free :   Amount of free memory in device in Kilobytes.
  38.     Size :   Total device storage in Kilobytes.
  39.  
  40.     Chip :   Amount of free Chip memory.
  41.     Fast :   Amount of free Fast memory.
  42.     Total:   Total free memory.
  43.     RAM  :   Size of RAM: Disk in Kilobytes.
  44.  
  45.  
  46.  
  47.     To run the program, just click on its icon or run it from the CLI.
  48. If you want to quit the program, run 'Quit_DST'.  That will signal DST
  49. that you want to quit it.  You cannot run more than one copy of DST.
  50. If you try to do so, it will complain about it and quit.
  51.  
  52.     If the amount of free memory in a device is less that 5% of total
  53. storage, DST will highlight that device.  (Minimum alarm level is 50k).
  54.  
  55.     If the storage in any device drops below 5% during usage, DST will
  56. bring up a small box that warns you of the fact.  Just click into that
  57. box to get rid of it.  This box will come up on the front, regardless
  58. of what it is.
  59.  
  60.     If a floppy disk has the write-protect tab on, an asterisk (*) will
  61. appear next to the 'Free' number corresponding to that disk.
  62.  
  63.     Also, if AmigaDOS is currently validating a disk, a 'V' will appear
  64. next to the 'Free' number corresponding to that disk.  If the 'V' appears,
  65. the info for that disk might not be correct.  Be careful.  Anyway, you
  66. should not write to a disk as long as it is validating.
  67.  
  68.  
  69.  
  70. NOTES:
  71.  
  72.     -   DSt will update its display 'at least' every 2 seconds. 
  73.     -   The limit for that is 15 devices.
  74.     -   This program takes very little processor time.  For example,
  75.         with three disks displayed, DSt will only consume less than .3 %
  76.         of processing time at the most.  Its memory usage is around 14k.
  77.     -   DSt will correctly reflect the size of the WB1.3 Fast File
  78.         System (FFS) hard disk partitions, and any other new disk formats.
  79.     -   Since DST uses the WB screen for its output, any window that is
  80.         placed on top of its display will destroy the part of the display
  81.         it is covering.  This will be restored at the next update.
  82.     -   If the WB screen is closed by any program, DST will keep running
  83.         but will not display its output.  It will however still warn you
  84.         if any device triggers the storage alarm.
  85.  
  86.  
  87.     Any comments, suggestions, complaints, etc. should be sent to me on
  88. Compuserve ID number 75166,2531.
  89.  
  90.  
  91.     This program is placed in the Public Domain.  You can do with it
  92. whatever you want.
  93.  
  94.  
  95.  
  96.     I hope you find this program as useful as I do.
  97.  
  98.  
  99.                                 By: Khalid Aldoseri.
  100.                                     CIS: 75166,2531.
  101.                                             _ 
  102.                                     | /    | |                        
  103.                                     |/     |_|
  104.                                     |\     | |
  105.                                     | \ o  | | o
  106.  
  107.  
  108.  
  109.  
  110. Version 1.10:
  111.     -   Fixed nasty bug in previous version.
  112.     -   Added time/date display.
  113.     -   Slightly smaller size and a bit faster.
  114.     -   Set Task Priority to -5 to make it take even less processor time.
  115.